home *** CD-ROM | disk | FTP | other *** search
/ PCGUIA 127 / PC Guia 127.iso / Software / Produtividade / OpenOffice.org 2.0.1 / openofficeorg1.cab / Scripting.xcs < prev    next >
Extensible Markup Language  |  2005-09-10  |  2KB  |  69 lines

  1. <?xml version='1.0' encoding='UTF-8'?>
  2.  
  3. <oor:component-schema oor:name="Scripting" oor:package="org.openoffice.Office" xml:lang="en-US" xmlns:oor="http://openoffice.org/2001/registry" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  4.  
  5.     <info>
  6.  
  7.         <desc>Contains the various settings needed by the Scripting Framework and its runtimes.</desc>
  8.     </info>
  9.     <templates>
  10.  
  11.         <group oor:name="RuntimeNode">
  12.  
  13.             <info>
  14.  
  15.                 <desc>Specifies the runtimes available to the Scriptying Framework.</desc>
  16.             </info>
  17.             <prop oor:name="SupportedFileExtensions" oor:type="oor:string-list">
  18.  
  19.                 <info>
  20.  
  21.                     <desc>Lists the file extensions that are recognized by this runtime.</desc>
  22.                 </info>
  23.             </prop>
  24.         </group>
  25.     </templates>
  26.     <component>
  27.  
  28.         <set oor:name="ScriptRuntimes" oor:node-type="RuntimeNode">
  29.  
  30.             <info>
  31.  
  32.                 <desc>Lists the registered Scripting Framework runtimes.</desc>
  33.             </info>
  34.         </set>
  35.         <group oor:name="ScriptDisplaySettings">
  36.  
  37.             <info>
  38.  
  39.                 <desc> Specifies display settings for assignment dialogs </desc>
  40.             </info>
  41.             <prop oor:name="ShowBasic" oor:type="xs:boolean">
  42.  
  43.                 <info>
  44.  
  45.                     <desc>Show Basic scripts in assignment dialogs</desc>
  46.                 </info>
  47.                 <value>false</value>
  48.             </prop>
  49.             <prop oor:name="ShowSF" oor:type="xs:boolean">
  50.  
  51.                 <info>
  52.  
  53.                     <desc>Show Scripting Framework scripts in assignment dialogs</desc>
  54.                 </info>
  55.                 <value>true</value>
  56.             </prop>
  57.             <prop oor:name="UseNewToolsConfigure" oor:type="xs:boolean">
  58.  
  59.                 <info>
  60.  
  61.                     <desc>Use New Tools Configure dialog</desc>
  62.                 </info>
  63.                 <value>true</value>
  64.             </prop>
  65.         </group>
  66.     </component>
  67. </oor:component-schema>
  68.  
  69.